gdk: don't install gdkversionmacros.h twice
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 27 Feb 2012 16:45:12 +0000 (11:45 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 27 Feb 2012 16:45:12 +0000 (11:45 -0500)
commit6f34ac4ba046925162a3a6b98eb2a33cba20e8ca
treeefc6ed1cacc65693a61f376988a1d575bb9776ac
parenta09ca8a4b585a3c393b64320843510520c4cbbdc
gdk: don't install gdkversionmacros.h twice

Since it's generated, we install the header by putting it into
gdkinclude_HEADERS, so it's wrong to put it again into
gdk_public_h_sources.
This fixes the build.
gdk/Makefile.am